






a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  outline: none;
}



.lab-ul {
  margin: 0;
}
.lab-ul li {
  list-style: none;
}

/* @@@@@@@@@@@@@  Common CSS Writing Now  @@@@@@@@@@@@@@ */
.padding-tb {
  padding-top: 80px;
  padding-bottom: 55px;
}
@media (min-width: 992px) {
  .padding-tb {
    padding-top: 140px;
    padding-bottom: 125px;
  }
}

.shop-menu li.menu-item-has-children > a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "?" !important;
  font-family: IcoFont !important;
}

.social-share a:hover {
  color: #fe964d !important;
}
.social-share a.twitter {
  color: #55acee;
}
.social-share a.behance {
  color: #1769ff;
}
.social-share a.instagram {
  color: #e4405f;
}
.social-share a.vimeo {
  color: #3b5998;
}
.social-share a.linkedin {
  color: #007bb5;
}
.social-share a.facebook {
  color: #3b5998;
}

.cart-plus-minus {
  border: 1px solid #f0f0f0;
  width: 125px;
  margin: 0 auto;
}
.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #f0f0f0;
  height: 40px;
  left: 0;
  top: 0;
}
.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
  color: #181818;
  float: left;
  font-size: 14px;
  height: 38px;
  margin: 0;
  text-align: center;
  width: 125px;
  outline: none;
}
.cart-plus-minus .qtybutton {
  color: #181818;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-plus-minus .qtybutton:hover {
  background: #fe964d;
  color: #fff;
}
.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #f0f0f0;
  height: 40px;
  right: 0;
  top: 0;
}

.lab-btn {
  display: inline-block;
  padding: 13px 32px;
  background: #fe964d;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lab-btn span {
  color: #fff;
}
.lab-btn:hover {
  -webkit-transform: translateY(-2px) !important;
  -ms-transform: translateY(-2px) !important;
  transform: translateY(-2px) !important;
  filter: drop-shadow(0px 5px 5px rgba(255, 186, 138, 0.7));
}

.bg_img {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bg-sopnsor1 {
  background: #f8fafe;
}

.bg-product {
  background: #f8fafe;
}

@media (min-width: 1200px) {
  .ml-about-thumb {
    margin-left: -75px;
  }
}

.border-none {
  border: none;
}

.color-theme {
  color: #fe964d;
}

.bg-theme {
  background: #0054b2;/*daohang bgcolor*/
}

.bg-ash {
  background: #fff7f1;
}

.bg-black {
  background-color: #171817;
}

.lab-offer {
  top: 10px;
  right: 10px;
  padding: 3px 20px;
  font-size: 14px;
  color: #fff;
  background: #fe964d;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.product-price {
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .product-price {
    font-size: 20px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-15-none {
  margin-bottom: -15px;
}

.shape-images {
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .shape-images {
    display: none;
  }
}

.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fe964d;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrollToTop i {
  color: #fff;
  z-index: 1;
}

@keyframes lab_top_up {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.pluse_1, .pluse_2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(243, 186, 14, 0.102);
}
.pluse_1::after, .pluse_1::before, .pluse_2::after, .pluse_2::before {
  background: #fe964d;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.pluse_1::after, .pluse_2::after {
  width: 30px;
  height: 30px;
  background: transparent;
  margin-left: -15px;
  margin-top: -15px;
}
.pluse_1:before, .pluse_2:before {
  width: 40px;
  height: 40px;
}

.pluse_1 {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
}

.pluse_2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-left: 0;
  margin-top: 0;
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
.lab-tooltip {
  bottom: 0;
  left: 40%;
  width: 150px;
  height: auto;
  border-radius: 3px;
  background: #fe964d;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 10px;
  z-index: 4;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  -webkit-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lab-tooltip::after {
  width: 19px;
  height: 19px;
  background: #fe964d;
  bottom: -12px;
  left: 50%;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  z-index: -1;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
.lab-tooltip::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fe964d;
  border-radius: 10px;
}
.lab-tooltip p {
  margin-bottom: 0;
  color: #fff;
  z-index: 1;
}

.rating {
  font-size: 14px;
  color: #fe964d;
}
.rating a {
  color: #fe964d;
}
.rating a:hover svg {
  transform: scale(1.4);
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.section-header {
  margin: 0 auto 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: 75px;
  }
}
.section-header p {
  margin: 0 auto;
  max-width: 500px;
}
.section-header h3 {
  margin-top: -8px;
}

.feature-item:hover .feature-inner {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}
.feature-item:hover .feature-inner .feature-content a h5 {
  color: #fe964d;
}
.feature-item .feature-inner {
  padding: 40px 20px;
  background: #fff7f1;
  margin-bottom: 30px;
  flex-direction: row-reverse;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .feature-item .feature-inner {
    text-align: left;
  }
}
.feature-item .feature-inner .feature-thumb {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .feature-item .feature-inner .feature-thumb {
    width: 50%;
    margin-bottom: 0;
  }
}
.feature-item .feature-inner .feature-thumb img {
  max-width: none;
}
.feature-item .feature-inner .feature-content {
  width: 100%;
}
@media (min-width: 768px) {
  .feature-item .feature-inner .feature-content {
    width: 50%;
  }
}
.feature-item .feature-inner .feature-content a h5 {
  margin-bottom: 5px;
}
.feature-item .feature-inner .feature-content p {
  margin-bottom: 0;
}

.feature-item-2:hover .feature-inner {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
  background: #fff !important;
}
.feature-item-2 .feature-inner {
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 25px;
  background: #fff7d1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-item-2 .feature-inner .feature-thumb {
  margin-bottom: 20px;
}
.feature-item-2 .feature-inner .feature-content h5:hover {
  color: #fe964d;
}

.col-12:nth-child(2n+1) .feature-item-2 .feature-inner {
  background: #ffeadc;
}

.about-item:nth-child(even) .about-inner {
  flex-direction: column-reverse;
}
.about-item .about-inner {
  margin: 10px;
}
.about-item .about-inner .about-thumb img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.1);
}
.about-item .about-inner .about-content {
  padding: 20px;
  background: #f0f5ff;
}
.about-item .about-inner .about-content a h5:hover {
  color: #fe964d;
}
.about-item .about-inner .about-content p {
  max-width: 350px;
  margin-bottom: 0;
}

.product-item .product-inner {
  margin: 15px;
}
.product-item .product-inner::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fe964d;
  opacity: 0.8;
  transform: scale(0);
}
.product-item .product-inner:hover::after {
  transform: scale(1);
}
.product-item .product-inner:hover .product-content {
  opacity: 1;
}
.product-item .product-inner .product-content {
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.product-item .product-inner .product-content .product-name {
  display: inline-block;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 1440px) {
  .product-item .product-inner .product-content .product-name {
    font-size: 72px;
    line-height: 72px;
  }
}

.product-item-2 {
  margin-bottom: 30px;
}
.product-item-2 .product-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0px;
  z-index: 1;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
}
.product-item-2 .product-inner:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.product-item-2 .product-inner:hover .product-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-item-2 .product-inner:hover .product-content .cart-option {
  opacity: 1;
}
.product-item-2 .product-inner .product-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item-2 .product-inner .product-thumb .offer {
  top: 5px;
  right: 5px;
  padding: 5px 20px;
  color: #fff;
  font-size: 13px;
  background: #83ba43;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.product-item-2 .product-inner .product-content {
  padding: 20px;
  text-align: center;
  background: #fff;
}
.product-item-2 .product-inner .product-content h6 {
  line-height: 1;
}
.product-item-2 .product-inner .product-content h6:hover {
  color: #fe964d;
}
.product-item-2 .product-inner .product-content .price {
  margin: 5px 0 10px;
  font-size: 16px;
}
.product-item-2 .product-inner .product-content .price:hover {
  color: #181818;
}
.product-item-2 .product-inner .product-content .cart-option {
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-item-2 .product-inner .product-content .cart-option .lab-btn {
  padding: 10px 20px;
  font-size: 15px;
}

.product-item-3 .product-inner {
  padding: 30px 15px;
  background: #fff7f1;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item-3 .product-inner:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}
.product-item-3 .product-inner:hover .product-content h5 {
  color: #fe964d;
}
.product-item-3 .product-inner .product-thumb {
  margin-bottom: 10px;
}
.product-item-3 .product-inner .product-content h5 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item-3 .product-inner .product-content p {
  margin-bottom: 0;
}

.service-item {
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0 0 7px rgba(197, 197, 197, 0.14));
  transition: all 0.3s ease;
}
.service-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(197, 197, 197, 0.6));
  transform: translatey(-5px);
}
.service-item:hover a h6 {
  color: #fe964d;
}
.service-item .lab-inner .service-top .st-content a {
  text-decoration: none;
}
.service-item .lab-inner .service-top .st-content a h6 {
  transition: all 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-item .lab-inner .service-top .st-content a h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 991px) {
  .abs-product-item {
    text-align: center;
  }
}
.abs-product-item::after {
  width: 1px;
  height: 70%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fe964d;
}
@media (max-width: 767px) {
  .abs-product-item::after {
    display: none;
  }
}
.abs-product-item .abs-product-inner {
  padding: 30px 15px;
}
.abs-product-item .abs-product-inner .abs-product-thumb {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .abs-product-item .abs-product-inner .abs-product-thumb {
    width: 80px;
    margin-bottom: 0;
  }
}
.abs-product-item .abs-product-inner .abs-product-content {
  width: 100%;
}
@media (min-width: 992px) {
  .abs-product-item .abs-product-inner .abs-product-content {
    width: calc(100% - 80px);
  }
}
.abs-product-item .abs-product-inner .abs-product-content p {
  margin-bottom: 0;
}

.team-item .team-inner {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item .team-inner:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(8, 136, 136, 0.1);
}
.team-item .team-inner:hover .team-content a h5 {
  color: #fe964d;
}
.team-item .team-inner .team-thumb {
  margin-bottom: 20px;
}
.team-item .team-inner .team-thumb img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.team-item .team-inner .team-content a h5 {
  margin-bottom: 0;
}
.team-item .team-inner .team-content p {
  margin-bottom: 5px;
}
.team-item .team-inner .team-content .team-social a {
  padding: 5px;
}
.team-item .team-inner .team-content .team-social a:hover {
  color: #fe964d !important;
}
.team-item .team-inner .team-content .team-social a.twitter {
  color: #55acee;
}
.team-item .team-inner .team-content .team-social a.behance {
  color: #1769ff;
}
.team-item .team-inner .team-content .team-social a.instagram {
  color: #e4405f;
}
.team-item .team-inner .team-content .team-social a.vimeo {
  color: #3b5998;
}
.team-item .team-inner .team-content .team-social a.linkedin {
  color: #007bb5;
}
.team-item .team-inner .team-content .team-social a.facebook {
  color: #3b5998;
}

.team-item-2 .team-inner {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item-2 .team-inner:hover .team-thumb::after {
  transform: scale(1);
}
.team-item-2 .team-inner:hover .team-thumb img {
  transform: scale(1.05);
}
.team-item-2 .team-inner:hover .team-content a h5 {
  color: #fe964d;
}
.team-item-2 .team-inner .team-thumb {
  margin-bottom: 20px;
}
.team-item-2 .team-inner .team-thumb::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 177, 31, 0.8);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item-2 .team-inner .team-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-item-2 .team-inner .team-content a h5 {
  margin-bottom: 0;
}
.team-item-2 .team-inner .team-content p {
  margin-bottom: 5px;
}
.team-item-2 .team-inner .team-content .team-social a {
  padding: 5px;
}
.team-item-2 .team-inner .team-content .team-social a:hover {
  color: #fe964d !important;
}
.team-item-2 .team-inner .team-content .team-social a.twitter {
  color: #55acee;
}
.team-item-2 .team-inner .team-content .team-social a.behance {
  color: #1769ff;
}
.team-item-2 .team-inner .team-content .team-social a.instagram {
  color: #e4405f;
}
.team-item-2 .team-inner .team-content .team-social a.vimeo {
  color: #3b5998;
}
.team-item-2 .team-inner .team-content .team-social a.linkedin {
  color: #007bb5;
}
.team-item-2 .team-inner .team-content .team-social a.facebook {
  color: #3b5998;
}

.testi-item .testi-inner {
  padding: 30px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testi-item .testi-inner:hover {
  box-shadow: 0 0 20px rgba(136, 136, 136, 0.2);
}
.testi-item .testi-inner:hover .testi-clients a h5 {
  color: #fe964d;
}
.testi-item .testi-inner .testi-head {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.testi-item .testi-inner .testi-head .testi-thumb {
  width: 86px;
  height: 86px;
}
.testi-item .testi-inner .testi-head .testi-thumb img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.testi-item .testi-inner .testi-head .testi-clients {
  width: calc(100% - 100px);
}
.testi-item .testi-inner .testi-head .testi-clients a h5 {
  margin-bottom: 0;
}
.testi-item .testi-inner .testi-head .testi-clients p {
  margin-bottom: 0;
}
.testi-item .testi-inner .testi-head .testi-clients .rating i {
  color: #e9ba17;
  font-size: 12px;
}
.testi-item .testi-inner .testi-body p .img-left {
  top: -25px;
  left: 0;
}
.testi-item .testi-inner .testi-body p .img-right {
  bottom: -20px;
  right: 0;
}

.testi-item-2 {
  filter: drop-shadow(0 0 3px rgba(8, 136, 136, 0.08));
  background-color: #ffffff;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .testi-item-2 {
    margin-bottom: 0;
  }
}
.testi-item-2:hover {
  filter: drop-shadow(0 0 10px rgba(136, 136, 136, 0.2));
  transform: scale(1.02);
}
.testi-item-2:hover .testi-t-content a h6 {
  color: #fe964d;
}
.testi-item-2 .lab-inner {
  padding: 30px;
}
.testi-item-2 .lab-inner .testi-top {
  display: flex;
}
.testi-item-2 .lab-inner .testi-top .testi-t-thumb {
  margin-right: 20px;
}
.testi-item-2 .lab-inner .testi-top .testi-t-content {
  text-align: left;
}
.testi-item-2 .lab-inner .testi-top .testi-t-content a {
  text-decoration: none;
}
.testi-item-2 .lab-inner .testi-top .testi-t-content a h6 {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testi-item-2 .lab-inner .testi-top .testi-t-content a h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.testi-item-2 .lab-inner .testi-top .testi-t-content p {
  margin-bottom: 0;
  font-size: 14px;
}
.testi-item-2 .lab-inner .testi-bottom {
  text-align: left;
  margin-top: 50px;
}
.testi-item-2 .lab-inner .testi-bottom p {
  position: relative;
  display: inline-block;
}
.testi-item-2 .lab-inner .testi-bottom p .q1, .testi-item-2 .lab-inner .testi-bottom p .q2 {
  position: absolute;
}
.testi-item-2 .lab-inner .testi-bottom p .q1 {
  top: -27px;
  left: 0;
}
.testi-item-2 .lab-inner .testi-bottom p .q2 {
  bottom: -10px;
  right: 5px;
}

.post-item .post-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 0 6px rgba(8, 136, 136, 0.08);
  margin-bottom: 25px;
}
.post-item .post-inner:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}
.post-item .post-inner:hover .post-thumb a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.post-item .post-inner .post-thumb a {
  display: block;
}
.post-item .post-inner .post-thumb a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item .post-inner .post-thumb .meta-date {
  top: 10px;
  left: 10px;
}
.post-item .post-inner .post-thumb .meta-date .md-pre {
  padding: 8px 20px;
  background: #fe964d;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.post-item .post-inner .post-thumb .meta-date .md-pre h5, .post-item .post-inner .post-thumb .meta-date .md-pre p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.post-item .post-inner .post-thumb .meta-date .md-pre h5 {
  margin-bottom: 5px;
}
.post-item .post-inner .post-thumb .meta-date .md-pre p {
  font-size: 15px;
}
.post-item .post-inner .post-content {
  padding: 30px 20px;
  background: #fff;
  text-align: center;
}
.post-item .post-inner .post-content .meta-post p span {
  display: inline-block;
  padding-right: 15px;
}
.post-item .post-inner .post-content .meta-post p span::after {
  width: 1px;
  height: 12px;
  right: 4px;
  top: 50%;
  background: #dddcdc;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-item .post-inner .post-content .meta-post p span:last-child {
  padding-right: 0;
}
.post-item .post-inner .post-content .meta-post p span:last-child::after {
  display: none;
}
.post-item .post-inner .post-content .meta-post p span a {
  padding-left: 5px;
  font-weight: 500;
}
.post-item .post-inner .post-content .meta-post p span a:hover {
  color: #fe964d;
}
.post-item .post-inner .post-content h5 {
  margin-bottom: 15px;
}
.post-item .post-inner .post-content h5:hover {
  color: #fe964d;
}
.post-item .post-inner .post-content .text-btn a {
  color: #fe964d;
  font-weight: 700;
  font-size: 15px;
}

.post-item-2 .post-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 35px;
}
.post-item-2 .post-inner:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.post-item-2 .post-inner:hover .post-thumb a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.post-item-2 .post-inner .post-thumb a {
  display: block;
}
.post-item-2 .post-inner .post-thumb a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-thumb .meta-date {
  top: 10px;
  left: 10px;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre {
  padding: 8px 20px;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5, .post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
  color: #181818;
  margin-bottom: 0;
  line-height: 1;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5 {
  margin-bottom: 5px;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
  font-size: 15px;
}
.post-item-2 .post-inner .post-content {
  padding: 30px 0;
}
.post-item-2 .post-inner .post-content .post-date li {
  display: inline-block;
  padding-right: 10px;
}
.post-item-2 .post-inner .post-content .post-date li:last-child {
  padding-right: 0;
}
.post-item-2 .post-inner .post-content .post-date li span a {
  padding-left: 5px;
}
.post-item-2 .post-inner .post-content .post-date li span a:hover {
  color: #fe964d;
}
.post-item-2 .post-inner .post-content h3 {
  font-weight: 500;
  margin: 10px 0 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content h3:hover {
  color: #fe964d;
}
.post-item-2 .post-inner .post-content p {
  margin-bottom: 25px;
}
.post-item-2 .post-inner .post-content .more-com .text-btn {
  font-weight: 500;
}
.post-item-2 .post-inner .post-content .more-com .text-btn span {
  font-size: 15px;
}
.post-item-2 .post-inner .post-content .more-com .text-btn:hover span {
  color: #fe964d;
}
.post-item-2 .post-inner .post-content .more-com .text-btn:hover i {
  margin-left: 5px;
  opacity: 1;
}
.post-item-2 .post-inner .post-content .more-com .text-btn i {
  top: 50%;
  font-size: 13px;
  margin-left: -10px;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span {
  padding-right: 15px;
  color: #fe964d;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span:last-child {
  padding-right: 0;
  color: red;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span a {
  color: #716c80;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span a:hover {
  color: #181818;
}
.post-item-2 .post-inner .post-content .qute-content {
  padding: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.27);
}
.post-item-2 .post-inner .post-content .qute-content blockquote {
  margin-bottom: 0;
  padding-top: 45px;
}
.post-item-2 .post-inner .post-content .qute-content blockquote::before {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  opacity: 0.5;
  color: #fe964d;
  content: "?" !important;
  font-size: 36px;
  font-family: IcoFont !important;
}
.post-item-2 .post-inner .post-content .qute-content blockquote::after {
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  color: #fe964d;
  content: "?" !important;
  font-size: 36px;
  font-family: IcoFont !important;
}
.post-item-2 .post-inner .post-content .qute-content blockquote a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content .qute-content blockquote a:hover {
  color: #fe964d;
}
.post-item-2 .post-inner .post-content .meta-post p span {
  display: inline-block;
  padding-right: 15px;
}
.post-item-2 .post-inner .post-content .meta-post p span::after {
  width: 1px;
  height: 12px;
  right: 4px;
  top: 50%;
  background: #dddcdc;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-item-2 .post-inner .post-content .meta-post p span.admin-name {
  margin-left: 5px;
}
.post-item-2 .post-inner .post-content .meta-post p span:last-child {
  padding-right: 0;
}
.post-item-2 .post-inner .post-content .meta-post p span:last-child::after {
  display: none;
}
.post-item-2 .post-inner .post-content .meta-post p span a {
  padding-left: 5px;
  color: #716c80;
}
.post-item-2 .post-inner .post-content .meta-post p span a:hover {
  color: #fe964d;
}

.counter-item .counter-inner {
  text-align: center;
  margin-bottom: 25px;
}
.counter-item .counter-inner .counter-thumb {
  margin-bottom: 20px;
}
.counter-item .counter-inner .counter-content .count-title {
  margin-bottom: 0;
  font-weight: 500;
}
.counter-item .counter-inner .counter-content .count-number, .counter-item .counter-inner .counter-content .count-title {
  color: #181818;
}

.offer-item {
  margin-bottom: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offer-item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 10px rgba(136, 136, 136, 0.1);
}
.offer-item:hover::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.offer-item:hover .offer-content {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.offer-item::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offer-item .offer-content {
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 1;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.offer-item .offer-content h3 {
  color: #fff;
  margin-bottom: 15px;
}
.offer-item .offer-content h3 span {
  font-weight: 500;
}

.contact-item {
  width: 100%;
  padding: 30px 25px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 0px 10px rgba(136, 136, 136, 0.05);
}
.contact-item .contact-icon {
  width: 72px;
  margin: 0 auto 15px;
}
.contact-item .contact-icon i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  background: #fe964d;
}
.contact-item .contact-details {
  text-align: center;
}
.contact-item .contact-details p {
  margin: 0;
}

.history-item .history-inner {
  padding: 30px;
  background: #fff7f1;
}
.history-item .history-inner .history-thumb img {
  width: 100%;
}
.history-item .history-inner .history-content {
  padding-top: 30px;
}
.history-item .history-inner .history-content .hc-left {
  width: 100%;
}
@media (min-width: 576px) {
  .history-item .history-inner .history-content .hc-left {
    width: 170px;
  }
}
.history-item .history-inner .history-content .hc-left h2, .history-item .history-inner .history-content .hc-left h3 {
  font-weight: 400;
  margin-bottom: 0;
}
.history-item .history-inner .history-content .hc-left h2 {
  color: #fe964d;
}
@media (min-width: 992px) {
  .history-item .history-inner .history-content .hc-left h2 {
    font-size: 60px;
  }
}
.history-item .history-inner .history-content .hc-right {
  width: 100%;
}
@media (min-width: 576px) {
  .history-item .history-inner .history-content .hc-right {
    width: calc(100% - 170px);
  }
}

.search-cart {
  margin-left: 30px !important;
}
.search-cart li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.search-cart li:last-child {
  margin-right: 0;
}
.search-cart li .cart-option.open .cart-content {
  transform: scaleY(1);
}
.search-cart li .cart-content {
  width: 310px;
  right: 0;
  top: 54px;
  background: #fff;
  z-index: 9999;
  padding: 10px;
  transform-origin: top;
  transform: scaleY(0);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-cart li .cart-content h1{font-size:20px;color:#cc0c0c;padding:3px 0 12px 0;}
.search-cart li .cart-content .cart-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
}
.search-cart li .cart-content .cart-item a {
  padding: 0 !important;
}
.search-cart li .cart-content .cart-item .cart-img {
  width: 100px;
}
.search-cart li .cart-content .cart-item .cart-des {
  width: calc(100% - 120px);
  text-align: left;
}
.search-cart li .cart-content .cart-item .cart-des a {
  font-weight: 700;
  color: #181818 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-cart li .cart-content .cart-item .cart-des a:hover {
  color: #fe964d !important;
}
.search-cart li .cart-content .cart-item .cart-des p {
  color:#333;line-height:30px;overflow:hidden;padding-top:20px;
}
.search-cart li .cart-content .cart-item .cart-btn {
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 0 3px rgba(8, 136, 136, 0.08);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-cart li .cart-content .cart-item .cart-btn a i {
  color: #716c80;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-cart li .cart-content .cart-item .cart-btn a:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-cart li .cart-content .cart-item .cart-btn a:hover i {
  color: #fe964d;
}
.search-cart li .cart-content .cart-bottom .cart-action a {
  padding: 10px 20px !important;
  line-height: 1.5 !important;
}

.search-input {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #040300cc;
  z-index: 9999;
  text-align: center;
  transform: scaleY(0);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.search-input.open {
  transform: scaleY(1);
}
.search-input .search-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  top: 5%;
  right: 5%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-input .search-close:hover {
  transform: rotate(90deg);
  color: #fe964d;
}
.search-input form {
  top: 50%;
  left: 50%;
  width: 500px;
  transform: translate(-50%, -50%);
}
.search-input form input {
  width: calc(100% - 50px);
  padding: 15px;
  border: none;
  outline: none;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.search-input form input::placeholder {
  color: #181818;
}
.search-input form input:focus {
  border-color: #fe964d;
}
.search-input form button {
  margin-left: -4px;
  padding: 15px;
  outline: none;
  border: none;
  background: #fff;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scocial-media {
  margin-bottom: 20px;
}
.scocial-media a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 4px;
  text-align: center;
}
.scocial-media a:hover {
  border-radius: 100%;
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(136, 136, 136, 0.2);
}

.paginations {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .paginations {
    margin-bottom: 10px;
  }
}
.paginations ul li {
  padding: 5px;
}
.paginations ul li a {
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 3px 4px rgba(10, 31, 68, 0.1);
  color: #fe964d;
  font-weight: 700;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.paginations ul li a.active, .paginations ul li a:hover {
  color: #fff;
  background: #fe964d;
}
.paginations ul li a.dot {
  color: #fe964d;
  font-weight: 700;
}
.paginations ul li a.dot:hover {
  color: #fff;
}

.tags-social .tags {
  align-items: center;
}
.tags-social .tags span {
  display: inline-block;
  color: #716c80;
  padding-right: 10px;
}
.tags-social .tags ul li {
  display: inline-block;
  padding-right: 10px;
}
.tags-social .tags ul li:last-child {
  padding-right: 0;
}
.tags-social .tags ul li a {
  color: #716c80;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tags-social .tags ul li a:hover {
  color: #fe964d;
}
.tags-social .scocial {
  align-items: center;
}
@media (min-width: 992px) {
  .tags-social .scocial {
    justify-content: flex-end;
  }
}
.tags-social .scocial span {
  font-weight: 500;
  padding-right: 10px;
}
.tags-social .scocial .scocial-media {
  margin-bottom: 0;
}
.tags-social .scocial .scocial-media a {
  color: #181818;
  font-size: 16px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: #fe964d;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes price-ani {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.1;
  }
}
.text-bold {
  font-weight: 700;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.footer-top .post-item .footer-location li, .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul, .shop-single .review .review-content .review-showing .client-review .review-form form .rating, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta, .shop-single .review .review-nav, .shop-single .product-details .post-content form, .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box, .shop-cart .section-wrapper .cart-top table tbody tr td.product-item, .shop-product-wrap .product-list-item, .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-product-wrap .product-list-item .product-thumb .product-action-link, .widget.widget-tags ul.widget-wrapper, .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form, .blog-section.blog-single .section-wrapper .authors, .blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section .tags, .blog-section.blog-single .section-wrapper .post-item-2 .post-inner .post-content .tags-section, .contact-form form.comment-form, .history-section .history-content .achievement .history-navigation, .about-section .about-left-part .about-item .about-inner, .about-section .about-left-part, .page-header .page-header-content-area ul, .mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner, .mobile-menu .mobile-header, .header-section .primary-menu .main-area .main-menu ul, .header-section .primary-menu .main-area, .header-section .primary-menu, .feature-item .feature-inner, .about-item .about-inner, .abs-product-item .abs-product-inner, .testi-item .testi-inner .testi-head, .history-item .history-inner .history-content, .search-cart li .cart-content .cart-item, .paginations ul li a, .tags-social .tags, .tags-social .scocial {
  display: flex;
  flex-wrap: wrap;
}

.shop-single .review .review-content .description .post-item .post-content ul li, .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5, .shop-single .product-details .post-content form .select-product select, .shop-single .product-details .post-content form .select-product, .shop-single .product-details .product-thumb .gallery-top, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select, .shop-product-wrap .product-item .product-thumb, .shop-product-wrap .product-list-item .product-thumb, .widget.widget-search .search-wrapper, .testimonial-section .section-wrapper, .faq-section .faq-content .tab-pane .card-header .faq-item, .video-section .video-content, .page-header .page-header-content-area ul li a, .page-header .page-header-content-area, .page-header, .banner, .mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search, .mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children > a, .mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li, .mobile-menu .mobile-header .header-bar, .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children > a, .shop-menu li.menu-item-has-children > a, .cart-plus-minus, .lab-btn, .relative, .scrollToTop i, .lab-tooltip p, .product-item .product-inner, .product-item-2 .product-inner, .product-item-2 .product-inner .product-thumb, .abs-product-item, .team-item-2 .team-inner .team-thumb, .testi-item .testi-inner .testi-body p, .post-item .post-inner .post-thumb, .post-item .post-inner .post-content .meta-post p span, .post-item-2 .post-inner .post-thumb, .post-item-2 .post-inner .post-content .more-com .text-btn, .post-item-2 .post-inner .post-content .qute-content blockquote, .post-item-2 .post-inner .post-content .meta-post p span, .offer-item, .search-cart li, .search-cart li .cart-content .cart-item, .paginations ul li a {
  position: relative;
}

.shop-single .review .review-content .description .post-item .post-content ul li::before, .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after, .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before, .shop-single .product-details .post-content form .select-product i, .shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav, .shop-single .product-details .product-thumb .gallery-top .shop-navigation, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon, .shop-product-wrap .product-item .product-thumb .product-action-link, .shop-product-wrap .product-list-item .product-thumb .product-action-link, .shop-product-wrap .product-item .product-thumb::after, .shop-product-wrap .product-list-item .product-thumb::after, .widget.widget-search .search-wrapper button, .testimonial-section .testi-navigation .testi-nav, .testimonial-section .testi-navigation, .faq-section .faq-content .tab-pane .card-header .faq-item::after, .faq-section .faq-content .tab-pane .card-header .faq-item::before, .video-section .video-content a, .page-header .page-header-content-area ul li a::after, .mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button, .mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children > a::after, .mobile-menu .mobile-header .header-bar span, .transparent-header, .header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children > a::after, .header-section .primary-menu .main-area .main-menu ul li ul, .shop-menu li.menu-item-has-children > a::after, .cart-plus-minus .qtybutton, .lab-offer, .shape-images, .pluse_1, .pluse_2, .pluse_1::after, .pluse_1::before, .pluse_2::after, .pluse_2::before, .lab-tooltip, .lab-tooltip::after, .lab-tooltip::before, .overlay, .product-item .product-inner::after, .product-item .product-inner .product-content, .product-item-2 .product-inner .product-thumb .offer, .product-item-2 .product-inner .product-content .cart-option, .abs-product-item::after, .team-item-2 .team-inner .team-thumb::after, .testi-item .testi-inner .testi-body p .img-left, .testi-item .testi-inner .testi-body p .img-right, .post-item .post-inner .post-thumb .meta-date, .post-item .post-inner .post-content .meta-post p span::after, .post-item-2 .post-inner .post-thumb .meta-date, .post-item-2 .post-inner .post-content .more-com .text-btn i, .post-item-2 .post-inner .post-content .qute-content blockquote::before, .post-item-2 .post-inner .post-content .qute-content blockquote::after, .post-item-2 .post-inner .post-content .meta-post p span::after, .offer-item::after, .offer-item .offer-content, .search-cart li .cart-content, .search-cart li .cart-content .cart-item .cart-btn, .search-input .search-close, .search-input form {
  position: absolute;
  content: "";
}

.footer-top .post-item .footer-gellary .figure, .footer-top .post-item .footer-post .media .fp-thumb, .shop-single .review .review-content .review-showing .content li .post-thumb, .shop-single .product-details .product-thumb .gallery-thumbs .shop-item .shop-thumb, .shop-single .product-details, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon, .shop-cart .section-wrapper .cart-bottom, .shop-product-wrap .product-item .product-thumb, .shop-product-wrap .product-list-item .product-thumb, .widget.recipe-categori, .widget.widget-instagram ul.widget-wrapper li a, .widget.widget-post ul.widget-wrapper li .post-thumb, .widget .widget-header, .blog-section.blog-single .section-wrapper .comments .comment-list .comment .com-content, .blog-section.blog-single .section-wrapper .rel-product, .testimonial-section .testi-slider, .sponsor-section .section-wrapper .sponsor-slider, .product-section .section-wrapper .card, .about-section .about-left-part .about-item .about-inner .about-thumb, .banner, .cart-plus-minus, .lab-btn, .about-item .about-inner .about-thumb, .product-item-2 .product-inner .product-thumb, .team-item-2 .team-inner .team-thumb, .post-item .post-inner .post-thumb, .post-item-2 .post-inner .post-thumb, .offer-item, .preloader {
  overflow: hidden;
}

.shop-single .review .review-content .review-showing .client-review .review-form form button, .shop-single .review .review-nav li, .shop-single .product-details .post-content form button, .shop-single .product-details .product-thumb .gallery-top .shop-navigation .shop-nav, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit], .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit], .blog-section.blog-single .section-wrapper .comment-respond .add-comment .comment-form .lab-btn, .testimonial-section .testi-navigation .testi-nav, .faq-section .faq-content .tab-pane .card-header .faq-item, .faq-section .faq-content .tab-pane .card-header, .contact-form form.comment-form button.lab-btn, .cart-plus-minus .qtybutton, .search-cart li .cart-option, .search-cart li .search-option, .search-input .search-close, .search-input form button {
  cursor: pointer;
}

.blog-section .section-wrapper .card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199px) {
  .header-section {
    display: none;
  }
}
.header-section .header-area.menu-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #cc0c0c; /*daohang bgclor*/
  box-shadow: 0 0 3px rgba(81, 136, 136, 0.1);
}
.header-section .header-area.menu-fixed .primary-menu .main-area .main-menu .logo {
  display: block;
}
.header-section .primary-menu {
  align-items: center;
  justify-content: space-between;
}
.header-section .primary-menu .logo a {
  display: block;
}
.header-section .primary-menu .logo a img {
  display: block;
}
.header-section .primary-menu .main-area {
  align-items: center;
}
.header-section .primary-menu .main-area .main-menu .logo {
  display: none;
}
.header-section .primary-menu .main-area .main-menu ul {
  padding: 0;
  margin: 0;
}
.header-section .primary-menu .main-area .main-menu ul li {
  padding: 0;
}
.header-section .primary-menu .main-area .main-menu ul li.active > a, .header-section .primary-menu .main-area .main-menu ul li:hover > a {
  color: #fff;
}
/*daohang*/
.header-section .primary-menu .main-area .main-menu ul li a {
  padding: 23px 20px;
  color: #fff;
  font-size: 17px; letter-spacing:1px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-section .primary-menu .main-area .main-menu ul li ul {
  min-width: 200px;
  background: #0054b2;
  box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
  display: block;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .header-section .primary-menu .main-area .main-menu ul li ul li:nth-child(1) a {
    padding-left: 15px;
  }
}
.header-section .primary-menu .main-area .main-menu ul li ul li a {
  font-size: 98%;
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.header-section .primary-menu .main-area .main-menu ul li ul li a:hover, .header-section .primary-menu .main-area .main-menu ul li ul li a.active {
  padding-left: 20px;
  color: #0054b2;
  background: #fff;
}
.header-section .primary-menu .main-area .main-menu ul li ul li:last-child a {
  border-bottom: none;
}
.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children {
  margin-right: 0px;
}
.header-section .primary-menu .main-area .main-menu ul li ul li.menu-item-has-children a::after {
  right: 15px;
  transform: translateY(-50%) rotate(-90deg);
}
.header-section .primary-menu .main-area .main-menu ul li ul li ul {
  left: 100%;
  top: 0;
}
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children {
  margin-right: 16px;
  position: relative;
}
.header-section .primary-menu .main-area .main-menu ul li.menu-item-has-children > a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "" !important;
  font-family: IcoFont !important;
}
.header-section .primary-menu .main-area .main-menu ul li:hover > ul {
  transform: scaleY(1);
}
.header-section .primary-menu .main-area .header-btn {
  margin-left: 15px;
}
.header-section .primary-menu .main-area .header-btn .lab-btn {
  display: block;
  padding: 13px 30px;
}
.header-section .header-top {
  padding: 10px 0;
}
.header-section .header-top .ht-left ul li {
  color: #555;
  font-size: 16px;
  font-weight: 500;line-height:20px;
  padding-right: 15px;
}
.header-section .header-top .ht-left ul li:last-child {
  padding-right: 0;
}
.header-section .header-top.bg-black {
  background: #181818;
}

.transparent-header {
  width: 100%;
  top: 20px;
  z-index: 999;
}
.transparent-header .primary-menu .main-area .main-menu ul li a {
  color: #fff;
}
.transparent-header .primary-menu .main-area .main-menu ul li ul {
  background: #fe964d;
}
.transparent-header .search-cart li {
  color: #fff;
  border-color: #fff;
}

.transparent-header .header-area.menu-fixed {
  background: #181818;
}

/* @@@@@@@@@@@@@  Mobile Menu Section Start Here  @@@@@@@@@@@@@@ */
@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .mobile-header {
  padding: 5px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mobile-menu .mobile-header .header-bar {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.mobile-menu .mobile-header .header-bar span {
  background: #fe964d;
  width: 100%;
  height: 3px;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu .mobile-header .header-bar span:nth-child(1) {
  margin-top: -9px;
}
.mobile-menu .mobile-header .header-bar span:nth-child(2) {
  opacity: 1;
}
.mobile-menu .mobile-header .header-bar span:nth-child(3) {
  margin-top: 7px;
}
.mobile-menu .mobile-header .header-bar.close {
  opacity: 1;
}
.mobile-menu .mobile-header .header-bar.close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: -1px;
}
.mobile-menu .mobile-header .header-bar.close span:nth-child(2) {
  opacity: 0;
}
.mobile-menu .mobile-header .header-bar.close span:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -1px;
}
.mobile-menu .mobile-header.menu-fixed {
  background: #fff;
}
.mobile-menu .mobile-menu {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  height: 100vh;
  overflow-y: scroll;
  padding: 0 20px;
  padding-bottom: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .mobile-menu .mobile-menu {
    width: 50%;
    transform: scaleX(0);
    transform-origin: left;
  }
}
.mobile-menu .mobile-menu.open {
  transform: scaleY(1);
}
@media (min-width: 576px) {
  .mobile-menu .mobile-menu.open {
    transform: scaleX(1);
  }
}
@media (min-width: 1200px) {
  .mobile-menu .mobile-menu.open {
    display: none;
  }
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner {
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul {
  text-align: center;
  margin: 0;
  padding: 30px 0;
  width: 100%;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li {
  list-style: none;
  padding: 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.active > a {
  color: #fe964d;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li:last-child > a {
  border-bottom: none;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a {
  display: block !important;
  padding: 10px 0;
  color: #181818;
  text-transform: capitalize;
  margin: 2px 0;
  text-align: left;
  outline: none;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a::after {
  right: 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a.active {
  color: #fe964d;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a.active.dd-icon-down::after, .mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li a.active.dd-icon-down::before {
  background: #fe964d;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul li {
  padding-left: 20px;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li ul li a {
  margin: 0;
  outline: none;
  font-size: 96%;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children {
  position: relative;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner ul li.menu-item-has-children > a::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 400;
  content: "?" !important;
  font-family: IcoFont !important;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .social-link-list {
  width: 100%;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search {
  width: 100%;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  height: 60px;
  margin: 0;
  padding-right: 35px;
  font-style: italic;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input:focus, .mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search input::placeholder {
  color: #181818;
}
.mobile-menu .mobile-menu .mobile-menu-area .mobile-menu-area-inner .mobile-search button {
  top: 0;
  right: 0;
  background-color: transparent;
  color: #181818;
  width: 30px;
  height: 60px;
  outline: none;
  border: none;
  font-size: 20px;
  text-align: center;
}




/* @@@@@@@@@@@@@  Banner Section Start Here  @@@@@@@@@@@@@@ */
.banner .swiper-pagination {
  bottom: 30px !important;
}
.banner .banner-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}
.banner .banner-slider .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 1;
  background: #fe964d;
  border: 2px solid #fe964d;
}
.banner .banner-slider-part {
  background-size: cover !important;
  background-position: top left !important;
}
@media (min-width: 992px) {
  .banner .banner-slider-part {
    background-position: center !important;
  }
}
.banner .banner-slider-part .banner-content {
  padding: 180px 0 100px;
  text-align: center;
}
@media (min-width: 992px) {
  .banner .banner-slider-part .banner-content {
    padding: 203px 0;
  }
}
.banner .banner-slider-part .banner-content h1 {
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 400;
}
.banner .banner-slider-part .banner-content h1 b, .banner .banner-slider-part .banner-content h1 strong {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .banner .banner-slider-part .banner-content h1 {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .banner .banner-slider-part .banner-content h1 {
    font-size: 36px;
  }
}
.banner .banner-slider-part .banner-content .bt-thumb {
  -webkit-transform: translateY(-350px);
  -ms-transform: translateY(-350px);
  transform: translateY(-350px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.banner .banner-slider-part .banner-content .banner-title {
  -webkit-transform: translateY(-350px);
  -ms-transform: translateY(-350px);
  transform: translateY(-350px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.banner .banner-slider-part .banner-content .banner-desc {
  -webkit-transform: translateY(350px);
  -ms-transform: translateY(350px);
  transform: translateY(350px);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.banner .banner-slider-part .banner-content .lab-btn {
  margin-top: 24px;
  -webkit-transform: translateY(350px);
  -ms-transform: translateY(350px);
  transform: translateY(350px);
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
@media (min-width: 768px) {
  .banner .banner-slider-part .banner-content .lab-btn {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .banner .banner-slider-part .banner-content .lab-btn {
    margin-top: 40px;
    margin-bottom: 5px;
  }
}
.banner .swiper-slide-active .banner-thumb {
  opacity: 1;
}
.banner .swiper-slide-active .banner-slider-part .banner-content .bt-thumb {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.banner .swiper-slide-active .banner-slider-part .banner-content .banner-title {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.banner .swiper-slide-active .banner-slider-part .banner-content .banner-desc {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.banner .swiper-slide-active .banner-slider-part .banner-content .lab-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.banner.home-2 .banner-slider-part .banner-content {
  padding: 180px 0 100px;
  text-align: center;
}
.banner.home-2 .banner-slider-part .banner-content h3 {
  font-weight: 400;
  margin-bottom: 30px;
}






/*# sourceMappingURL=style.css.map */